home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / vol_300 / 323_01 / tess_def.h < prev    next >
Text File  |  1990-08-04  |  1KB  |  29 lines

  1. /*--------------------------------------------------------------------------*\
  2. | TESS-DEF.H                                                                 |
  3. \*--------------------------------------------------------------------------*/
  4.  
  5. /*
  6.   Beyond The Tesseract
  7.     - adventure world definition
  8. */
  9.  
  10. /* Max... are for internal use.  Num... are for external use
  11. */
  12. #define MaxLocs 36      /* # rooms */
  13. #define MaxObjs 54      /* # objects */
  14.  
  15. /* constants to refer to objects by
  16. */
  17. enum
  18. {
  19.   o_nothing,
  20.   o_north, o_east, o_south, o_west, o_invent, o_mirror, o_crt, o_plant,
  21.   o_group, o_hole, o_proj, o_buttons, o_zero, o_one, o_two, o_three,
  22.   o_four, o_fractal, o_chaos, o_dust, o_flake, o_mount, o_tomb, o_stack,
  23.   o_audio, o_book, o_pills, o_fluid, o_bottle, o_prism, o_appa, o_improb,
  24.   o_strip, o_zeta, o_cube, o_coil, o_plasma, o_solid, o_liquid, o_sing,
  25.   o_disk, o_supp, o_hypo, o_lemma, o_theorem, o_axiom, o_post, o_math,
  26.   o_tetra, o_func, o_idea, o_contra, o_warr
  27. };
  28.  
  29.